Find Workflow Criteria
Modified on 2011/10/06 15:55 by Charles — Categorized as: GUI, Website Design
Table of Contents
[
Hide/Show
]
Find Workflow Criteria
Find Workflow Criteria
¶
This class is an enumeration that are used for retrieving Workflows. FindWorkflowCriteria is a class that is used in Jetfire Web Parts and the Jetfire Web Service to provide flexibility in quickly retrieving workflows.
The enumerated values of the class follow. Each element has one or more parameters.
WhereAllVisible = Workflows that are Visible.
WorkflowClasses: optional comma-delimited list of workflow class names
AllVersions: a flag that indicates that all versions vs a single version of the workflow class be found
AsRoot = Workflows added as Root Workflows.
WorkflowClasses: optional comma-delimited list of workflow class names
AllVersions: a flag that indicates that all versions vs a single version of the workflow class be found
AsRootAndVisible = Workflows add as Root Workflows and are visible.
WorkflowClasses: optional comma-delimited list of workflow class names
AllVersions: a flag that indicates that all versions vs a single version of the workflow class be found
ByWorkflowClass = Workflows belonging to Workflow Class(es) (base and inherited).
WorkflowClasses: optional comma-delimited list of workflow class names
AllVersions: a flag that indicates that all versions vs a single version of the workflow class be found
ByWorkflowClassHidden = Workflows belonging to Workflow Class(es) (base and inherited) that are hidden.
WorkflowClasses: optional comma-delimited list of workflow class names
AllVersions: a flag that indicates that all versions vs a single version of the workflow class be found
ByWorkflowClassAll = Workflows belonging to Workflow Class(es) (base and inherited) that are visible and hidden.
WorkflowClasses: optional comma-delimited list of workflow class names
AllVersions: a flag that indicates that all versions vs a single version of the workflow class be found
ByWorkflowClassSpecific = Workflows belonging to a specific Workflow Class(es) that are visible and hidden.
WorkflowClasses: optional comma-delimited list of workflow class names
AllVersions: a flag that indicates that all versions vs a single version of the workflow class be found
ByWorkspace = Workflows belonging to a specific Workspace(s).
WorkflowClasses: optional comma-delimited list of workflow class names
Workspace: the name of the workspace (or folder) that the workflow is in
ByWorkspaceAndVisible = Workflows belonging to a specific Workspace(s) and are visible.
WorkflowClasses: optional comma-delimited list of workflow class names
Workspace: the name of the workspace (or folder) that the workflow is in
ByGuid = Workflows with a specific Guid(s).
Guids: a comma-delimited list of workflow guids (unique id's)
ByState = Workflows belonging to a specific Workflow Class(es) with a specific state.
StateName: the name of the state that the workflow is in.
ByWorkspaceAndState = Workflows belonging to a specific Workflow Class(es) and Workspace with a specific state.
Workspace: the name of the workspace (or folder) that the workflow is in
StateName: the name of the state that the workflow is in.
InCollection = Workflows in a collection.
WorkflowClasses: optional comma-delimited list of workflow class names
Deleted = All Workflows that have been deleted.
WorkflowClasses: optional comma-delimited list of workflow class names
All = All workflows in cache.